home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Glib / Boxed.pod < prev    next >
Text File  |  2009-04-29  |  761b  |  63 lines

  1. =head1 NAME
  2.  
  3. Glib::Boxed -  Generic wrappers for C structures
  4.  
  5. =cut
  6.  
  7. =for position DESCRIPTION
  8.  
  9. =head1 DESCRIPTION
  10.  
  11. Glib::Boxed is a generic wrapper mechanism for arbitrary C structures.
  12. For the most part you don't care about this as a Perl developer, but it
  13. is important to know that all Glib::Boxed descendents can be copied with
  14. the C<copy> method.
  15.  
  16. =cut
  17.  
  18.  
  19.  
  20. =head1 HIERARCHY
  21.  
  22.   Glib::Boxed
  23.  
  24.  
  25.  
  26. =cut
  27.  
  28. =for object Glib::Boxed Generic wrappers for C structures
  29. =cut
  30.  
  31.  
  32.  
  33.  
  34. =head1 METHODS
  35.  
  36. =head2 copy_of_boxed = $boxed->B<copy>
  37.  
  38. Create and return a new copy of I<$boxed>.
  39.  
  40.  
  41.  
  42. =cut
  43.  
  44.  
  45. =head1 SEE ALSO
  46.  
  47. L<Glib>
  48.  
  49.  
  50. =cut
  51.  
  52.  
  53. =head1 COPYRIGHT
  54.  
  55. Copyright (C) 2003-2009 by the gtk2-perl team.
  56.  
  57. This software is licensed under the LGPL.  See L<Glib> for a full notice.
  58.  
  59.  
  60.  
  61. =cut
  62.  
  63.